/*
	Theme URI: http://izi-noi-that.myharavan.com/

	*/
/*========================================================== GENERAL ==========================================================*/
* {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

img, iframe {
    max-width: 100%;
}

table {
    width: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    /* border: 0; */
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1.42857143;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Roboto, sans-serif;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
    line-height: 24px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #333333;
}

    a:hover {
        text-decoration: none;
        color: #e12d2c;
    }

    a:focus {
        text-decoration: none;
        outline: none;
    }

button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

    input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
        border: 1px solid #b5b5b5;
        padding: 8px 15px;
        font-size: 14px;
        color: #757575;
        border-radius: 0;
    }

        button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
            border-color: #C1BCBC;
            outline: none;
        }

fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}

    fieldset legend {
        display: inline-block;
        color: inherit;
        background: none;
        vertical-align: top;
    }

[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
/* reuse style */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pos_initial {
    position: initial;
}

.pos-t-0 {
    top: 0;
}

.pos-t-10 {
    top: 10%;
}

.pos-t-20 {
    top: 20%;
}

.pos-t-30 {
    top: 30%;
}

.pos-b-0 {
    top: 0;
}

.pos-b-10 {
    bottom: 10%;
}

.pos-b-20 {
    bottom: 20%;
}

.pos-b-30 {
    bottom: 30%;
}

.pos-l-0 {
    left: 0;
}

.pos-l-10 {
    left: 10%;
}

.pos-l-20 {
    left: 20%;
}

.pos-l-30 {
    left: 30%;
}

.pos-r-0 {
    right: 0;
}

.pos-r-10 {
    right: 10%;
}

.pos-r-20 {
    right: 20%;
}

.pos-r-30 {
    right: 30%;
}

.pos-l-ini {
    left: initial !important;
}

.pos-r-ini {
    right: initial !important;
}

.pos-t-ini {
    top: initial !important;
}

.pos-b-ini {
    bottom: initial !important;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-7-5 {
    padding-left: 7.5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-7-5 {
    padding-right: 7.5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-0 {
    padding-top: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.m-l-0 {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-3 {
    margin-bottom: 3px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.centerX {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.centerY {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.width_100_percent {
    width: 100%;
}

.width_75_percent {
    width: 75%;
}

.width_50_percent {
    width: 50%;
}

.width_25_percent {
    width: 25%;
}

.width_5 {
    width: 5px;
}

.width_10 {
    width: 10px;
}

.width_15 {
    width: 15px;
}

.width_20px {
    width: 20px;
}

.width_25 {
    width: 25px;
}

.width_30 {
    width: 30px;
}

.border-radius-0 {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
}

.border-radius-1 {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-border-radius: 1px;
}

.border-radius-2 {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.border-radius-3 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.border-radius-4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.border-radius-6 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.border-radius-7 {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}

.border-radius-8 {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.border-radius-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.b-0 {
    border: 0;
}

.b-l-0 {
    border-left: 0;
}

.b-r-0 {
    border-right: 0;
}

.b-t-0 {
    border-top: 0;
}

.b-b-0 {
    border-bottom: 0;
}

.b-1 {
    border: 1px;
}

.b-l-1 {
    border-left: 1px;
}

.b-r-1 {
    border-right: 1px;
}

.b-t-1 {
    border-top: 1px;
}

.b-b-1 {
    border-bottom: 1px;
}

.dis_block {
    display: block;
}

.dis_inline {
    display: inline-block;
}

.rte ul, .rte ul li {
    list-style-type: disc;
    padding-left: 30px;
}

.rte ol, .rte ol li {
    list-style-type: decimal;
    padding-left: 30px;
}
/*custom Scroll Chrome */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105,105,105,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(105,105,105,0.4);
    }

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    background: none;
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
}

    .uil-ring-css > div {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        top: 20px;
        left: 20px;
        border-radius: 80px;
        box-shadow: 0 4px 0 0 #e12d2c;
        -ms-animation: uil-ring-anim 1s linear infinite;
        -moz-animation: uil-ring-anim 1s linear infinite;
        -webkit-animation: uil-ring-anim 1s linear infinite;
        -o-animation: uil-ring-anim 1s linear infinite;
        animation: uil-ring-anim 1s linear infinite;
    }
/*=========== custom style ===============*/
/*header*/
#header_main {
    padding: 10px 0px 5px;
}

    #header_main h1 {
        max-width: 100%;
        width: 100%;
    }

    #header_main h2 {
        max-width: 100%;
        width: 100%;
    }

.logo {
    display: block;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}

.search_wrapper {
    margin: 15px auto 0;
    position: relative;
}

    .search_wrapper .index_input_search {
        line-height: 40px;
        height: 50px;
        border: 1px solid #ccc;
        font-size: 12px;
        z-index: 99999;
        width: 100%;
    }

        .search_wrapper .index_input_search:focus, .search-wrapper .index_input_search:hover {
            outline: none;
            box-shadow: none;
            border: 1px solid #ccc;
        }

.btn_search_submit {
    background-color: #e12d2c;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 0px 15px;
    right: 0;
    text-align: center;
    top: 0;
    border: 1px solid transparent;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .btn_search_submit:hover {
        color: #fff;
    }

.user_login, .cart_header {
    margin-top: 20px;
    float: right;
    padding-bottom: 10px;
    max-width: 160px;
    position: relative;
}

    .user_login a, .cart_header a {
        display: block;
        border: 0;
    }

.user_login {
    margin-right: 20px;
    padding-top: 2px;
}

    .user_login a:hover, .cart_header a:hover {
        color: #333;
    }

.user_login_icon {
    color: #000;
    width: 30px;
    vertical-align: top;
    margin-right: 5px;
    min-height: 30px;
    background: url(../images/user-icon.png) no-repeat 0px;
    background-size: 100% 100%;
    display: inline-block;
}

.user_login .box_text {
    /* margin-top: 10px; */
}

.box_text {
    display: inline-block;
}

    .box_text span {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .box_text strong {
        display: block;
        font-size: 13px;
        line-height: 40px;
    }

.cart_header_icon {
    vertical-align: bottom;
    color: #000;
    width: 40px;
    min-height: 40px;
    background: url(../images/cart-icon.png) no-repeat 0 50%;
    display: inline-block;
}

.cart_header_count span {
    display: inline;
    font-weight: 700;
    color: #000;
}
/*NAV*/
#mb_mainnav {
    background: white;
}

#mb_verticle_menu {
    position: relative;
}

.title_block {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #ffffff;
    display: block;
    background: #e12d2c;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

    .title_block span {
        padding: 15px 20px;
        display: inline-block;
        font-size: 15px;
    }

    .title_block:before {
        color: #ffffff;
        content: "\f0c9";
        font: 18px "FontAwesome";
        position: absolute;
        right: 15px;
        top: 12px;
    }

.navbar_menuvertical {
    position: absolute;
    background: #ffffff;
    min-height: 50px;
    z-index: 1;
    padding-left: 0;
    z-index: 99999;
    padding-right: 0;
}

    .navbar_menuvertical > .nav_verticalmenu {
        margin: 0px;
        padding: 0;
        border: 1px solid #dadada;
        border-top-color: transparent;
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        float: left;
        z-index: 999999;
    }

    .navbar_menuvertical .nav_verticalmenu li {
        position: relative;
        background: #ffffff;
        width: 100%;
        border-bottom: 1px solid #dddddc;
        display: block;
        float: left;
        padding: 0px 15px;
    }

        .navbar_menuvertical .nav_verticalmenu li:last-child {
            border-bottom: none;
        }

        .navbar_menuvertical .nav_verticalmenu li a img.icon-menu {
            vertical-align: middle;
            padding-right: 15px;
        }

        .navbar_menuvertical .nav_verticalmenu li a {
            color: #333333;
            padding: 11.5px 0px;
            display: block;
            position: relative;
        }

        .navbar_menuvertical .nav_verticalmenu li:hover {
            background: #f9f9f9;
        }

    .navbar_menuvertical .nav_verticalmenu > li:hover > a:after {
        position: absolute;
        background: #e12d2c;
        height: 100%;
        top: 0px;
        left: -20px;
        width: 2px;
        content: '';
        z-index: 2000;
    }

.article_meta {
    margin-bottom: 5px;
}

.navbar_menuvertical .nav_verticalmenu > li:hover > a {
    color: #e12d2c;
}

.navbar_menuvertical .nav_verticalmenu > li.has-child > ul {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #eaeaea;
    min-width: 300px;
    background: #fff;
    z-index: 9999;
}

.navbar_menuvertical .nav_verticalmenu > li.has-child:hover > ul {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    z-index: 9999 !important;
    background: white;
}

.navbar_menuvertical .nav_verticalmenu li.has-child ul li {
    border: none;
    background: #f9f9f9;
}

    .navbar_menuvertical .nav_verticalmenu li.has-child ul li a {
        padding: 9px 0;
        color: #333333;
    }

    .navbar_menuvertical .nav_verticalmenu li.has-child ul li:hover {
        background: #f9f9f9;
    }

        .navbar_menuvertical .nav_verticalmenu li.has-child ul li:hover a {
            color: #e84b65;
            background: #f9f9f9;
        }

.menu_hori li a {
    padding: -2px 20px;
    /* color: #fff; */
    font-weight: 600;
}

    .menu_hori li a:hover {
        background: transparent;
    }

.menu_hori li.has_child:hover > ul {
    display: block;
}

.menu_hori li ul {
    position: absolute;
    top: 100%;
    background: #fff;
    color: #333;
    z-index: 999;
    width: 200px;
    box-shadow: 2px 2px 10px 1px #ccc;
    display: none;
}

    .menu_hori li ul li {
        padding: 10px 0;
    }

        .menu_hori li ul li a {
            color: #333333;
            font-weight: normal;
        }

            .menu_hori li ul li a:hover {
                color: #e12d2c;
            }

    .menu_hori li ul ul {
        left: 100%;
        top: 0;
        display: none;
    }

    .menu_hori li ul li:hover ul {
        display: block;
    }
/*Slider*/
#owl-slider .owl-controls .owl-page span {
    background: #e12d2c;
}

#owl-slider .owl-controls .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#owl-slider .owl-controls .owl-buttons .owl-prev, #owl-slider .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #333;
    background: #fff;
}

#owl-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    right: auto;
}
/*Service*/
#service_home .service_item {
    padding: 40px 0;
    text-align: center;
}

#service_home .icon {
    display: inline-block;
    text-align: center;
}

    #service_home .icon img {
        margin: -42px auto;
    }

#service_home .description_icon {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

span.large-text {
    font-size: 17px;
    color: #e12d2c;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px 0 0px;
}

span.small-text {
    font-size: 15px;
    color: #231F20;
}
/*product*/
.section-heading {
    text-align: center;
    padding: 40px 0;
    position: relative;
}

    .section-heading.a {
        text-align: center;
        padding: 20px 0;
        position: relative;
    }

    .section-heading:before {
        display: table;
        content: "";
        border-top: 1px solid #e12d2c;
        width: 100%;
        position: absolute;
        top: 50%;
    }

    .section-heading h2 span {
        font-size: 21px;
        background: white;
        position: relative;
        padding: 11px 21px;
        border-radius: 11px;
        text-transform: uppercase;
        color: #e12d2c;
    }

.product-list .product-wrapper {
    margin-bottom: 15px;
}
/*sidebar banner*/
.sidebar_banner {
    margin-top: 15px;
}

    .sidebar_banner:first-child {
        margin-top: 35px;
    }

    .sidebar_banner .img_banner a, .product_home .product_home_image a {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .sidebar_banner .img_banner .figcaption:before, .product_home .product_home_image .figcaption:before {
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        width: 100%;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
    }

    .sidebar_banner .img_banner:hover .figcaption:before, .product_home .product_home_image:hover .figcaption:before {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-radius: 6px;
    }

    .sidebar_banner .img_banner > a img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .sidebar_banner .img_banner > a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.sidebar_blogs {
    margin-top: 20px;
}

    .sidebar_blogs .sidebar_title {
        background: #e12d2c !important;
        color: #fff;
        padding: 15px;
        font-size: 16px;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }

    .sidebar_blogs .blog_content {
        border: 1px solid #e12d2c;
        border-top: none;
        padding: 15px 15px 0;
    }

.article_item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .article_item .article_img {
        text-align: center;
        overflow: hidden;
    }

    .article_item .article_img, .article_item .article_content .title {
        margin-bottom: 7px;
    }

        .article_item .article_img img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .article_item .article_img:hover img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .article_item .article_content .title h4 {
            font-size: 18px;
        }

    .article_item .article_content .article_meta .article_comment,
    .article_item .article_content .article_meta .article_created {
        font-size: 13px;
        display: inline-block;
        margin-right: 20px;
    }

        .article_item .article_content .article_meta .article_comment i,
        .article_item .article_content .article_meta .article_created i {
            color: #e12d2c;
        }

    .article_item .article_content .des {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .article_item .article_content .readmore {
        border: 1px solid #e12d2c;
        display: inline-block;
        background: #e12d2c;
        color: #fff;
        padding: 5px 15px;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        font-weight: bold;
        text-transform: uppercase;
    }

        .article_item .article_content .readmore:hover {
            background: transparent;
            color: #333;
        }

.sidebar_blogs .blog_content .article_item:last-child {
    border-bottom: none;
    padding: 0;
}
/*product-loop*/
.product_home {
    margin-bottom: 30px;
}

.product-block {
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
}

    .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        overflow: hidden;
        text-align: center;
    }

    .product-block .product-info .pro-name a {
        font-size: 14px;
        overflow: hidden;
        padding: 0 37px;
        line-height: 1.4;
        text-overflow: ellipsis;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 37px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: normal;
    }

    .product-block .product-info .pro-prices {
        margin-bottom: 10px;
    }

.pro-price {
    font-weight: bold;
    color: #EC1C24;
    padding-right: 8px;
    font-size: 18px;
}

.product-block .product-info .pro-prices .pro-compare-price {
    color: #898989;
    font-size: 13px;
}

.product-sale {
    background: #e12d2c;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    z-index: 99;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.sold-out {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e12d2c;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    white-space: pre-line;
    width: 55px;
    text-align: center;
    line-height: 1.3;
    height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99;
}

.show_more {
    text-align: center;
    padding: 10px;
}

    .show_more a {
        color: #e12d2c;
    }

.product-actions {
    position: absolute;
    bottom: 40%;
    width: 100%;
    left: 0;
}

    .product-actions .btn-add-to-cart, .product-actions .btn_quickview {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 15px;
        text-align: center;
        background: rgba(0,0,0,.7);
        color: #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 0;
        cursor: pointer;
        visibility: hidden;
        transform: translateY(-150px);
        -moz-transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
    }

        .product-actions .btn-add-to-cart:hover,
        .product-actions .btn_quickview:hover {
            background: #e12d2c;
        }

    .product-actions .btn-add-to-cart {
        margin-right: 15px;
    }

        .product-actions .btn-add-to-cart a, .product-actions .btn_quickview a {
            color: #fff;
        }

.product-block:hover .product-actions .btn-add-to-cart,
.product-block:hover .product-actions .btn_quickview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.product-block:hover .product-actions .btn-add-to-cart {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}

.product-block:before, .product-block:after {
    width: 100%;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    height: 5px;
    position: absolute;
    opacity: 0;
}

.product-block:hover:after, .product-block:hover:before {
    opacity: 1;
}

.product_list.list .pro_loop {
    border-bottom: 1px solid #ccc;
    padding: 0px 0 10px;
}

    .product_list.list .pro_loop .product-block {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .product_list.list .pro_loop .pro_prices .pro_price {
        color: #e12d2c;
        font-size: 16px;
    }

    .product_list.list .pro_loop .pro_prices .pro_compare_price {
        color: #898989;
        font-size: 13px;
    }

    .product_list.list .pro_loop .pro_actions .btn {
        background: #e12d2c;
        color: #fff;
        padding: 5px 10px;
        margin-right: 5px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .product_list.list .pro_loop .pro_actions .btn:hover {
            border: 1px solid #e12d2c;
            background: #fff;
            color: #333;
        }

    .product_list.list .pro_loop .product-block:hover:before,
    .product_list.list .pro_loop .product-block:hover:after {
        opacity: 0;
    }
/*Blog Home*/

#blog_index_list .blog_item {
    margin: 0 10px 25px;
    -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

    #blog_index_list .blog_item .img_blog {
        text-align: center;
    }

        #blog_index_list .blog_item .img_blog img {
            -webkit-border-radius: 0;
            -moz-order-radius: 0;
            border-radius: 0;
        }

    #blog_index_list .blog_item .blog_item_content h4 {
        margin: 5px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

#blog_index_list .article_item {
    padding: 0 5px;
    border: none;
}

    #blog_index_list .article_item .article_content .title {
        display: block;
        display: -webkit-box;
        height: 38px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #blog_index_list .article_item .article_content .title h4 {
            font-size: 16px;
        }

    #blog_index_list .article_item .article_content .des {
        font-size: 14px;
    }

/*footer*/
.footer_bottom {
    background: #333;
}

footer {
    background: #121212;
}

    footer .footer_block a {
        color: #888;
    }

        footer .footer_block a:hover {
            color: #ff7300;
        }

    footer .footer_top_wrap {
        padding: 20px 0;
    }

        footer .footer_top_wrap .footer_block .footer_block_title {
            color: #ffffff;
            font-weight: 700;
            line-height: 30px;
            text-transform: uppercase;
            margin-bottom: 10px;
            border-bottom: 1px solid white;
        }

        footer .footer_top_wrap .footer_block .block_content .list_group {
            margin-bottom: 20px;
        }

            footer .footer_top_wrap .footer_block .block_content .list_group li {
                padding: 5px 0;
            }

                footer .footer_top_wrap .footer_block .block_content .list_group li a {
                    font-size: 13px;
                }

        footer .footer_top_wrap .footer_block .block_content .des_newsletter_form {
            font-weight: 300;
            color: #fff;
            display: block;
            margin-bottom: 20px;
        }

    footer #newsletter_form {
        position: relative;
    }

        footer #newsletter_form input[type=email] {
            position: relative;
            border-color: #333;
            line-height: 40px;
            width: 100%;
            height: 40px;
            padding: 9px 10px;
            color: #330909;
            border: none;
            border-bottom: 1px solid #f17c8b;
            background: transparent;
        }

        footer #newsletter_form .newsletter_wrap button {
            position: absolute;
            right: 1px;
            bottom: 0px;
            border: none;
            background: none;
            padding: 8.1px 19px;
            color: white;
            font-size: 16px;
            background: #e12d2c;
        }

    footer .newsletter_wrap label {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #999;
        font-weight: normal;
        transition: top 0.2s ease-out;
        -webkit-transition: top 0.2s ease-out;
        -moz-transition: top 0.2s ease-out;
        pointer-events: none;
    }

    footer .newsletter_wrap input:focus ~ label, footer .newsletter_wrap input.not-empty ~ label {
        top: -18px;
        color: #333;
        font-weight: 300;
        left: 0;
    }

    footer .newsletter_wrap input:focus ~ button,
    footer .newsletter_wrap input.not-empty ~ button {
        color: #e12d2c !important;
    }

    footer .footer_bottom_wrap .row {
        padding: 15px 0;
    }

    footer .footer_address p {
        color: white;
        margin: 8px 0;
    }

    footer .copy_right p {
        color: #fff;
        margin-bottom: 0px;
    }

        footer .copy_right p a {
            color: #e12d2c;
        }

.social_footer ul {
    margin: 0;
    padding: 0;
}

    .social_footer ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .social_footer ul li span {
            height: 35px;
            width: 35px;
            line-height: 32px;
            display: inline-block;
            border: 1px solid;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            text-align: center;
            color: #999;
        }

        .social_footer ul li a span i {
            font-size: 14px;
            line-height: 32px;
            font-style: normal;
            vertical-align: middle;
        }

        .social_footer ul li a span:hover {
            background: #e12d2c;
            color: #fff;
            transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
        }

.back-to-top {
    background: #e12d2c;
    height: 50px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 9;
    display: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

    .back-to-top span {
        font-size: 20px;
        bottom: 10px;
        display: block;
        color: #ffffff;
        position: fixed;
        font-weight: bold;
        text-transform: uppercase;
        right: 18px;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

    .back-to-top:hover {
    }

        .back-to-top:hover span {
            bottom: 20px;
            right: 18px;
        }
/*Cart Popup*/
#cart h4 {
    font-size: 27px;
    /* text-transform: uppercase; */
}

#cart #exampleModalLabel {
    margin: 0px;
    font-size: 16px;
    line-height: 38px;
    color: #272727;
    margin-bottom: 20px;
    padding: 0px;
    border: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

    #cart #exampleModalLabel p {
        font-size: 16px;
        font-weight: normal;
        text-transform: initial;
    }

//#cart .modal-header button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

//#cart .modal-header {
    border-bottom: none;
    padding: 30px 15px 0px;
}

#cart .cart-table-header {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
}

#cart .ajax_qty input {
    width: 100%;
    padding: 8px 10px;
}

#cart .modal-footer {
    border-top: none;
}

#cart .modal-body #cart-table .line-item {
    margin-bottom: 15px;
}

#cart .ajax_qty {
    max-width: 55px;
    position: relative;
    display: inline-block;
    margin: 0;
}

#cart .btn_plus, #cart .btn_minus {
    position: absolute;
    right: 0;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    height: 17px;
    line-height: 15px;
    padding: 0px 5px;
}

#cart .btn_minus {
    bottom: 0;
}

#cart .btn_plus {
    top: 0;
}

#cart .item-total {
    font-size: 23px;
    font-weight: 600;
    color: #535353;
    line-height: 1.1;
}

#cart .comeback {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background-color: #26a9e0;
    border: 1px solid #26a9e0;
    padding: 12px 14px;
    margin-right: 5px;
}

.checkout {
    border: 1px solid;
    display: inline-block;
    color: #ffffff;
    background-color: #ec1c24;
    border-color: #ec1c24;
    padding: 12px 18px;
}

#cart .comeback:hover {
    background: #35bfef;
    border: 1px solid #35bfef;
    color: #ffffff;
}

#cart .checkout:hover {
    background: #c2551f;
    border: 1px solid #c2551f;
    color: #ffffff;
    padding: 6px 12px;
}

#cart .checkout {
    padding: 6px 12px;
}

#cart .item-one-price, .item-price {
    color: #272727;
}

#cart .ajax_qty input[type=number]::-webkit-inner-spin-button,
#cart .ajax_qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Cart hover*/
.cart_header_top_box .cart_empty {
    font-size: 13px;
    padding: 15px;
}

.cart_header_top_box, .user_box {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
    display: block;
    visibility: hidden;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
}

    .user_box iframe {
        margin-top: -10px;
    }

    .cart_header_top_box:before, .user_box:before {
        content: '';
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -16px;
        right: 80px;
    }

    .user_box:before {
        right: 75px;
    }

    .cart_header_top_box .cart_box_wrap {
        padding: 15px;
        max-height: 350px;
        overflow-y: auto;
    }

.cart_header:hover .cart_header_top_box, .user_login:hover .user_box {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.cart_box_wrap .cart_item {
    border-bottom: 1px dotted #bcbcbc;
    position: relative;
    padding: 10px 0;
}

    .cart_box_wrap .cart_item:last-child {
        border-bottom: none;
    }

    .cart_box_wrap .cart_item .cart_item_image {
        float: left;
        max-width: 70px;
        margin-right: 10px;
    }

    .cart_box_wrap .cart_item .cart_item_info {
        float: left;
        width: calc(100% - 80px);
        padding-right: 15px;
    }

        .cart_box_wrap .cart_item .cart_item_info .cart_item_title {
            font-size: 14px;
            margin-bottom: 5px;
            line-height: 1.2;
            font-weight: 400;
        }

        .cart_box_wrap .cart_item .cart_item_info .cart_item_quantity {
            display: block;
            max-width: 50px;
            margin-right: 10px;
            float: left;
        }

            .cart_box_wrap .cart_item .cart_item_info .cart_item_quantity .quantity_top_cart {
                width: 100%;
                padding: 4px 5px;
            }

        .cart_box_wrap .cart_item .cart_item_info .cart_item_price {
            font-weight: bold;
            float: left;
            text-align: center;
            display: block;
            line-height: 30px;
        }

.remove {
    position: absolute;
    right: 0;
    top: 0;
}

.cart_header_top_box .total_cart {
    margin-top: 10px;
    font-size: 18px;
    padding: 0 15px;
}

.cart_header_top_box .cart-buttons {
    padding: 0 15px 15px;
}

    .cart_header_top_box .cart-buttons a {
        margin-top: 12px;
        text-transform: uppercase;
        font-size: 13px;
        padding: 10px 0;
        text-align: center;
    }

    .cart_header_top_box .cart-buttons .btn-cart {
        background: #26a9e0;
        color: #ffffff;
        width: 49%;
        margin-right: 1%;
        float: left;
    }

        .cart_header_top_box .cart-buttons .btn-cart:hover {
            background: #35bfef;
            color: #ffffff;
        }

    .cart_header_top_box .cart-buttons .btn-check-out {
        background: #ec1c24;
        color: #ffffff;
        width: 49%;
        margin-left: 1%;
        float: right;
    }

        .cart_header_top_box .cart-buttons .btn-check-out:hover {
            background: #c2551f;
            color: #ffffff;
        }

.user_box {
    width: 230px;
}

    .user_box ul {
        padding: 7px 15px;
        margin-bottom: 0;
    }

        .user_box ul li {
            margin-top: 10px;
            margin-bottom: 10px;
            text-align: center;
            padding: 10px;
            background: #e12d2c;
            color: #ffffff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .user_box ul li:hover {
                background: #e84b65;
            }

            .user_box ul li.facebook {
                background: #3b5998;
            }

            .user_box ul li.google {
                background: #d34836;
            }

            .user_box ul li a {
                color: #ffffff;
                display: block;
            }

                .user_box ul li a:hover {
                    color: #ffffff;
                }

            .user_box ul li.social_list {
                background: transparent;
                margin: 0;
                padding: 0;
            }

.btn_socical_login {
    padding: 5px 10px;
    display: block;
    color: #fff;
    margin-top: 10px;
    border: 0;
    width: 100%;
}

.btsocialloginfb {
    background: #4267B2;
}

.btsociallogingg {
    background: #EA4335;
    margin-bottom: 10px;
}
/*Menu Mobile*/
#mobile_wrap_menu {
    position: fixed;
    background-color: white;
    height: 100%;
    z-index: 10;
    width: 270px;
    color: #bbb;
    top: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -270px;
}

.click-out-menu {
    position: fixed;
    left: 280px;
    width: 768px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#wrap-header-mobile .click-out-menu.show-menu {
    display: block;
    z-index: 999;
}

.click_out_menu {
    position: fixed;
    left: 280px;
    width: 768px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .click_out_menu.show_menu {
        display: block;
        z-index: 999;
    }

    .click_out_menu .background_icon_close {
        width: 270px;
        height: 50px;
        position: fixed;
        left: 0px;
        top: 0px;
    }

.icon-close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .icon-close:before {
        content: '';
        height: 1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 20px;
        position: absolute;
        top: 50%;
        right: 20%;
        z-index: 9999;
        background: #fff;
    }

    .icon-close:after {
        content: '';
        height: 1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 20px;
        position: absolute;
        top: 50%;
        right: 20%;
        z-index: 9999;
        background: #fff;
    }

.user_mobile {
    background: #e12d2c;
    color: #fff;
    padding: 10px;
}

.icon_user_mobile {
    margin-bottom: 15px;
}

.login_mobile {
    position: relative;
}

    .login_mobile:after {
        position: absolute;
        right: 5px;
        content: '';
        height: 10px;
        width: 10px;
        top: 6px;
        border: 2px solid #fff;
        transform: rotate(45deg);
        border-left: none;
        border-bottom: none;
    }

    .login_mobile a, .login_mobile a:hover {
        color: #fff;
    }

#mobile_wrap_menu.show {
    left: 0;
    z-index: 9999;
}

body.overflow_hidden {
    overflow-y: hidden;
}

.opacity_body {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.close_menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
}

    .close_menu:before {
        content: '';
        width: 20px;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        display: block;
        left: 0px;
        top: 15px;
    }

    .close_menu:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        display: block;
        left: 0px;
        top: 15px;
    }

.content_menu ul li {
    position: relative;
}

    .content_menu ul li a {
        padding: 10px 10px 10px 15px;
        display: block;
        color: #7b7b7b;
        font-size: 16px;
        border-bottom: 1px solid rgba(105,105,105,0.4);
    }

        .content_menu ul li a:hover {
            color: #e12d2c;
        }

    .content_menu ul li .more {
        position: absolute;
        right: 0;
        padding: 11px 10px 11px 15px;
        font-size: 14px;
        top: 0;
        z-index: 9999;
        cursor: pointer;
        color: #7b7b7b;
    }

.content_menu ul ul li a {
    padding-left: 30px;
}

.content_menu ul ul ul li a {
    padding-left: 40px;
}

.search_mobile {
    margin-bottom: 15px;
}

    .search_mobile .search_wrapper {
        margin-top: 0;
    }

    .search_mobile .index_input_search, .search_mobile .btn_search_submit {
        line-height: 40px;
        height: 40px;
    }
/*Modal login*/
#modal_login .modal-header .head, #modal_register .modal-header .head {
    background: url(//theme.hstatic.net/1000237161/1000303628/14/icon_user.png?v=100) no-repeat left center;
    min-height: 36px;
    padding: 0 0 0 50px;
}

#modal_login a, #modal_register a {
    color: #e12d2c;
}

#modal_login .modal-header .head a:hover, #modal_register .modal-header .head a:hover {
    color: #e12d2c;
}

#modal_login .modal-header .head p, #modal_register .modal-header .head p {
    margin-bottom: 0;
}

#modal_login .modal-body .form-group label, #modal_register .modal-body .form-group label {
    margin-bottom: 5px;
}

#modal_login .modal-body .form-control, #modal_register .modal-body .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#login-form-submit, #register-form-submit {
    background: #e12d2c;
    width: 100%;
    border-radius: 0;
    border: none;
}

#login_x iframe {
    width: 100%;
}

.modal-header .close {
    position: absolute;
    right: 15px;
}

#recover_password_x .head_recover h2 {
    margin-bottom: 15px;
    line-height: 25px;
}

#recover_password_x .head_recover p {
    line-height: 1.3;
}
/*breadcrumb*/
#breadcrumb {
    background: #f5f5f5;
}

    #breadcrumb .breadcrumb {
        margin-bottom: 0;
    }
/*Filter*/
#filterleft {
    padding: 0;
}

.filter_title {
    border: 1px solid #e12d2c;
    text-align: center;
    margin-bottom: 10px;
    background: #e12d2c;
    color: #fff;
}

a.toggle_filter {
    background: #e12d2c;
    border: 1px solid #e12d2c;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}

    a.toggle_filter.collapsed {
        color: #fff;
        border: 1px solid #e12d2c;
    }

.filter_title span {
    display: block;
    margin: 7px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#filterleft p {
    position: relative;
    /* border-bottom: 1px dashed #ddd; */
    /* margin: 10px 10px 0; */
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
}

.filter_box {
    margin-bottom: 10px;
    background: white;
}

    .filter_box .filter_item_wrap {
        max-height: 250px;
        overflow-y: auto;
    }

    .filter_box .filter_item {
        margin: 10px 0 10px 10px;
    }

        .filter_box .filter_item label {
            font-weight: normal;
        }

        .filter_box .filter_item input[type="checkbox"], .filter_box .filter_item input[type="radio"] {
            margin-right: 7px;
            position: relative;
        }

            .filter_box .filter_item input[type="checkbox"]:before, .filter_box .filter_item input[type="radio"]:before {
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                background: #fff;
                border: 1px solid #cedadd;
                cursor: pointer;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

            .filter_box .filter_item input[type="checkbox"]:after, .filter_box .filter_item input[type="radio"]:after {
                -webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
                -moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
                transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
                -webkit-transform: rotate(-45deg) scale(0,0);
                -moz-transform: rotate(-45deg) scale(0,0);
                -ms-transform: rotate(-45deg) scale(0,0);
                -o-transform: rotate(-45deg) scale(0,0);
                transform: rotate(-45deg) scale(0,0);
                content: "";
                position: absolute;
                right: 0px;
                top: 5px;
                margin: auto;
                z-index: 1;
                width: 10px;
                height: 5px;
                border: 2px solid #58b3f0;
                border-top-style: none;
                border-right-style: none;
            }

            .filter_box .filter_item input[type="checkbox"]:checked:after,
            .filter_box .filter_item input[type="radio"]:checked:after {
                -webkit-transform: rotate(-45deg) scale(1,1);
                -moz-transform: rotate(-45deg) scale(1,1);
                -ms-transform: rotate(-45deg) scale(1,1);
                -o-transform: rotate(-45deg) scale(1,1);
                transform: rotate(-45deg) scale(1,1);
            }
/*Collection*/
#collection .page_heading {
    margin: 0px 0px 15px 0px;
    color: #333333;
    line-height: 30px;
}

.change_view {
    background: transparent;
    border: 1px solid #bbb;
    height: 35px;
    width: 35px;
    font-size: 20px;
    color: #bbb;
}

    .change_view.change_view_active {
        color: #333;
        border: 1px solid #333;
    }

.browse-tags {
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 10px;
    border: 1px solid #bbb;
    background: white;
    font-size: 15px;
}

.sort-by {
    border: none;
}

    .sort-by:active, .sort-by:focus {
        border: none;
        outline: none;
        outline: unset;
        border: 0;
        box-shadow: unset;
    }

.product_list.grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
/*Paginate*/
#pagination {
    margin: 20px 0 40px 0;
    text-align: center;
}

    #pagination .page_node {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #e12d2c;
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        #pagination .page_node:hover, #pagination .page_node.current {
            background: #e12d2c;
            color: #fff;
        }
/*Product*/
#img_product {
    position: relative;
    text-align: center;
}

    #img_product .sale_label {
        position: absolute;
        right: 10px;
        top: 10px;
        background: #e12d2c;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        padding: 5px 10px;
    }

.product_thumb .item_img {
    margin: 5px;
    opacity: 0.4;
}

    .product_thumb .item_img.active {
        border: 1px solid red;
        opacity: 1;
    }

        .product_thumb .item_img.active:after {
            content: '';
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid transparent;
            border-bottom: 5px solid red;
            position: absolute;
            top: -4px;
            left: 45%;
        }

.product_thumb .owl-buttons .owl-prev, .product_thumb .owl-buttons .owl-next {
    position: absolute;
    background: #fff !important;
    color: #333 !important;
    height: 30px;
    line-height: 25px;
}

.product_thumb1 .owl-buttons .owl-prev, .product_thumb1 .owl-buttons .owl-next {
    position: absolute;
    background: #e12d2c !important;
    color: white !important;
    height: 30px;
    line-height: 25px;
}

.product_thumb .owl-buttons .owl-prev {
    top: 35px;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}

.product_thumb1 .owl-buttons .owl-prev {
    top: 40%;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}

.product_thumb .owl-buttons .owl-next {
    top: 35px;
    right: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.product_thumb1 .owl-buttons .owl-next {
    top: 40%;
    right: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.product_thumb:hover .owl-buttons .owl-prev {
    top: 35px;
    left: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product_thumb1:hover .owl-buttons .owl-prev {
    top: 46%;
    left: -2%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product_thumb:hover .owl-buttons .owl-next {
    top: 35px;
    right: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product_thumb1:hover .owl-buttons .owl-next {
    top: 47%;
    right: -2%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#product .name {
    font-size: 20px;
    font-weight: 600;
}

#product .product_price {
    padding-bottom: 10px;
}

    #product .product_price ins {
        font-size: 26px;
        font-weight: 500;
        color: #EC1C24;
        text-decoration: none;
        display: block;
    }

    #product .product_price .product_compare_at_price span {
        font-size: 14px;
    }

    #product .product_price .product_compare_at_price del {
        font-weight: 600;
    }

    #product .product_price .product_price_sale span {
        font-size: 14px;
    }

    #product .product_price .product_price_sale .price_off {
        padding-left: 15px;
        color: #e12d2c;
        font-weight: 600;
    }

#product #add-item-form .selector-wrapper {
    margin-bottom: 10px;
}

    #product #add-item-form .selector-wrapper label {
        display: block;
        margin-bottom: 5px;
    }

    #product #add-item-form .selector-wrapper span.title {
        border: 1px solid #ccc;
        padding: 5px 10px;
        color: #888;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }

        #product #add-item-form .selector-wrapper span.title.active {
            color: #e95144;
            border: 1px solid #e95144;
            background: url(//theme.hstatic.net/1000237161/1000303628/14/bg_checked.png?v=100) no-repeat right bottom;
        }

#product #add-item-form .select {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#product .product_quantity input[type=number]::-webkit-inner-spin-button,
#product .product_quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#product .product_quantity label {
    color: #000;
    display: block;
}

#product .product_quantity .button {
    float: left;
    width: 35px;
    height: 36px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    background: #fff;
}

#product .product_quantity .quantity {
    padding: 5px 10px;
    line-height: 1.35;
    height: 36px;
    border: 1px solid #cbcbcb;
    float: left;
    width: 50px;
    border-right: 0;
    border-left: 0;
}

#product .add-to-cart {
    border: 1px solid #26a9e0;
    background: #26a9e0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
}

    #product .add-to-cart:hover, #product #buy-now:hover {
        opacity: 0.8;
    }

#product #buy-now {
    background: #ec1c24;
    border: 1px solid #ec1c24;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
/*Share product*/
#share_product ul li {
    display: inline-block;
    vertical-align: middle;
}

    #share_product ul li a {
        padding: 0 15px;
        border: 1px solid #f6f6f6;
        font-size: 11px;
        color: #696969;
        background-color: #f6f6f6;
        height: 36px;
        display: block;
        line-height: 36px;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
    }

    #share_product ul li.twitter i {
        color: #00AAF0;
    }

    #share_product ul li.twitter:hover a, #share_product ul li.twitter:hover a i {
        background: #00AAF0;
        color: #fff;
    }

    #share_product ul li.facebook i {
        color: #435F9F;
    }

    #share_product ul li.facebook:hover a, #share_product ul li.facebook:hover a i {
        background: #435F9F;
        color: #fff;
    }

    #share_product ul li.google i {
        color: #E04B34;
    }

    #share_product ul li.google:hover a, #share_product ul li.google:hover a i {
        background: #E04B34;
        color: #fff;
    }

.service_product.row {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#product #service .service_hotline, #product #service .service_item {
    background: #f6f6f6;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    display: flex;
}

#product #service .service_item {
    background: transparent;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

    #product #service .service_hotline .icon_product, #product #service .service_item .icon_product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 5px;
    }

.product_description .nav-tabs {
    background: #e12d2c;
}

    .product_description .nav-tabs li a {
        font-weight: bold;
        border-radius: 0;
        margin-right: 0;
        border-top-width: 2px;
        text-transform: uppercase;
        font-size: 15px;
    }

ul.nav.nav-tabs.n-pro {
    display: block;
}

    ul.nav.nav-tabs.n-pro li {
        top: 0;
    }

.product_description .nav-tabs li.active a, .product_description .nav-tabs li a:hover {
    border-top: 2px solid #e12d2c;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.product_description .nav-tabs li a:hover {
    background: #fff;
    color: #333;
}

.product_description .tab-content .tab-pane {
    border: 1px solid #ddd;
    border-top: transparent;
    float: left;
    width: 100%;
    padding: 10px;
}
/*Product related*/
.widget_block_sidebar .widget_title_sidebar h3 {
    background: #e12d2c;
    padding: 9px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
}

.widget_block_sidebar .widget_list_sidebar {
    padding: 10px 0;
    border: 1px solid #ddd;
}

    .widget_block_sidebar .widget_list_sidebar .pro-loop {
        margin-bottom: 10px;
    }

        .widget_block_sidebar .widget_list_sidebar .pro-loop h3 {
            font-size: 15px;
            line-height: 20px;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            display: -moz-box;
            -moz-line-clamp: 2;
            -moz-box-orient: vertical;
            height: 40px;
            margin-bottom: 5px;
        }

        .widget_block_sidebar .widget_list_sidebar .pro-loop .product_related_price {
            font-size: 15px;
        }

            .widget_block_sidebar .widget_list_sidebar .pro-loop .product_related_price .product_related_price {
                display: block;
                color: #ff7200;
            }

            .widget_block_sidebar .widget_list_sidebar .pro-loop .product_related_price .product_related_old_price {
                text-decoration: line-through;
                font-size: 13px;
            }
/*Page*/
#page .sidebar_page li {
    margin-bottom: 10px;
}

    #page .sidebar_page li a {
        display: block;
        position: relative;
    }

        #page .sidebar_page li a.active {
            color: #e12d2c;
        }

            #page .sidebar_page li a.active:before {
                content: '';
                position: absolute;
                right: -7px;
                width: 3px;
                background: #e12d2c;
                height: 100%;
            }

#page .content {
    border-left: 1px solid #ddd;
}

    #page .content h1 {
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        padding-left: 7.5px;
        margin-bottom: 10px;
    }
/*Blog*/
#blog-template .page-heading {
    padding-left: 15px;
}

.blog_wrap .blog_item:first-child {
    margin-top: 15px;
}

.blog_wrap .blog_item {
    padding: 15px;
    border-bottom: 1px dashed #ddd;
}

    .blog_wrap .blog_item .blog_item_image {
        float: left;
        width: auto;
        box-shadow: 0px 0px 10px -3px #b5b5b5;
    }

    .blog_wrap .blog_item .blog_item_content {
        width: 65%;
        float: left;
        padding-left: 15px;
    }

        .blog_wrap .blog_item .blog_item_content p {
            margin: 5px 0 10px;
            font-size: 14px;
        }

#blog_related, #blog_menu {
    margin-top: 0;
}

    #blog_related ul {
        padding: 10px;
    }

        #blog_related ul li {
            padding: 15px 0;
        }

            #blog_related ul li:first-child {
                padding-top: 0;
            }

            #blog_related ul li:last-child {
                border-bottom: 0;
            }

    #blog_related .blog_item .blog_item_content h4 {
        border-bottom: 1px dotted #eee;
        font-size: 15px;
        font-weight: 600;
        margin: -5px 0 3px;
        padding: 0 0 6px;
    }

    #blog_related .blog_item .blog_item_content time, #blog_related .blog_item .blog_item_content span {
        color: #aaa;
        display: block;
        font-size: 12px;
    }
/*Article*/
.articles_page h1 {
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0;
    color: #e12d2c;
}

.author_article {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
}

.tag_article ul, .tag_article ul li {
    display: inline-block;
}

.extra_blogs {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 10px;
}

    .extra_blogs h4 {
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .extra_blogs ul li {
        padding: 5px 0;
        border-bottom: 1px dashed #ddd;
    }

        .extra_blogs ul li a {
            font-size: 13px;
        }

.comment_form .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.title_comment {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px;
}

.product-comment .title-bl {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

#binhluan {
    padding: 10px 0;
}

    #binhluan .author span {
        color: #1d2129;
        font-weight: normal;
        font-size: 14px;
    }

        #binhluan .author span.name {
            margin-right: 10px;
            font-size: 18px;
            color: #365899;
        }

    #binhluan .date {
        color: #90949c;
        font-size: 12px;
    }

    #binhluan .comment {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
    }

        #binhluan .comment:last-child {
            border-bottom: none;
        }
/*Account*/
.userbox {
    max-width: 100%;
    width: 335px;
    padding: 15px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: auto;
    margin-bottom: 20px;
}

.account_title {
    text-transform: uppercase;
    margin: 10px 0 10px 0px;
}

.title_detail {
    color: #e12d2c;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid;
}

#customer_sidebar p {
    margin-bottom: 0;
}

.accounttitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: none;
    padding-bottom: 10px;
    position: relative;
}

    .accounttitle:after {
        position: absolute;
        top: 100%;
        content: '';
        left: 0;
        width: 45px;
        height: 2px;
        background-color: #e12d2c;
    }

#address_tables {
    margin: 20px 15px 0px 0px;
}

.col-md-6 #address_tables {
    padding-left: 0px;
    margin-bottom: 30px;
}

#customer_address .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.address_title {
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    background-color: #e12d2c;
    border-color: #e12d2c;
    color: #fff;
}

    .address_title h3 {
        margin-bottom: 0;
    }

    .address_title strong {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .address_title .note {
        border: none;
        padding: 0;
        font-size: 12px;
    }

p.address_actions.text-right {
    margin-bottom: -15px;
    position: relative;
    z-index: 99;
    line-height: 13px;
}

span.action_link {
    padding: 5px;
}

.action_link a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.address_table {
    margin-bottom: 10px;
    border-top: 0px solid #ddd;
    background: #fafafa;
    padding: 8px;
}

.view_address p {
    margin: 5px 0;
    line-height: 15px;
}

    .view_address p > b {
        font-weight: 500;
    }

    .view_address p > strong {
        font-weight: 500;
        font-size: 15px;
        color: #e12d2c;
    }

.customer_address .input-group {
    margin: 10px 0px;
}

.customer_address .input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    color: #DAD9D9;
}

.action_bottom .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    height: 35px;
    background: #e12d2c;
    text-align: center;
    border: none;
}

.add-new-address {
    padding-bottom: 10px;
    display: inline-block;
    padding: 10px;
    background: #e12d2c;
    color: #fff !important;
}

.order_date {
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
}

.name-order {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_cancelled {
    margin-bottom: 30px;
}

.customer_table_wrap {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 10px;
}

#customer_orders table thead th, #order_details tr th, #order_details tr td {
    border-top: none;
}
/*Quick View*/
.image-zoom {
    position: relative;
    text-align: center;
}

    .image-zoom .sale_label {
        position: absolute;
        right: 10px;
        top: 10px;
        background: #e12d2c;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        padding: 5px 10px;
    }

#p-sliderproduct .item {
    margin: 5px;
    opacity: 0.4;
}

    #p-sliderproduct .item.active {
        border: 1px solid red;
        opacity: 1;
        position: relative;
    }

        #p-sliderproduct .item.active:after {
            content: '';
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid transparent;
            border-bottom: 5px solid red;
            position: absolute;
            top: -11px;
            left: 45%;
        }

#p-sliderproduct .owl-buttons .owl-prev, #p-sliderproduct .owl-buttons .owl-next {
    position: absolute;
    background: #fff !important;
    color: #333 !important;
    height: 30px;
    line-height: 25px;
}

#p-sliderproduct .owl-buttons .owl-prev {
    top: 35px;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}

#p-sliderproduct .owl-buttons .owl-next {
    top: 35px;
    right: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

#p-sliderproduct:hover .owl-buttons .owl-prev {
    top: 35px;
    left: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#p-sliderproduct:hover .owl-buttons .owl-next {
    top: 35px;
    right: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#quick-view-modal .p-title a {
    font-size: 20px;
    font-weight: 600;
}

#quick-view-modal .product_price ins {
    font-size: 28px;
    font-weight: 500;
    color: #ED1C24;
    text-decoration: none;
    display: block;
}

#quick-view-modal .product_price .product_compare_at_price span {
    font-size: 14px;
}

#quick-view-modal .product_price .product_compare_at_price del {
    font-weight: 600;
}

#quick-view-modal .product_price .product_price_sale span {
    font-size: 14px;
}

#quick-view-modal .product_price .product_price_sale .price_off {
    padding-left: 15px;
    color: #e12d2c;
    font-weight: 600;
}

#quick-view-modal #p-add-item-form .selector-wrapper {
    margin-bottom: 10px;
}

    #quick-view-modal #p-add-item-form .selector-wrapper label {
        display: block;
        margin-bottom: 5px;
    }

    #quick-view-modal #p-add-item-form .selector-wrapper span.title {
        border: 1px solid #ccc;
        padding: 5px 10px;
        color: #888;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }

        #quick-view-modal #p-add-item-form .selector-wrapper span.title.active {
            color: #e95144;
            border: 1px solid #e95144;
            background: url(//theme.hstatic.net/1000237161/1000303628/14/bg_checked.png?v=100) no-repeat right bottom;
        }

#quick-view-modal .p-option-wrapper {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#quick-view-modal .product_quantity input[type=number]::-webkit-inner-spin-button,
#quick-view-modal .product_quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#quick-view-modal .product_quantity label {
    color: #000;
    display: block;
}

#quick-view-modal .product_quantity .button {
    float: left;
    width: 35px;
    height: 36px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    background: #fff;
}

#quick-view-modal .product_quantity .quantity {
    padding: 5px 10px;
    line-height: 1.35;
    height: 36px;
    border: 1px solid #cbcbcb;
    float: left;
    width: 50px;
    border-right: 0;
    border-left: 0;
}

#quick-view-modal #p-add-to-cart, #quick-view-modal #p-sold-out {
    border: 1px solid #e12d2c;
    background: #26a9e0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
}

    #quick-view-modal #p-add-to-cart:hover, #product #p-buy-now:hover, #quick-view-modal #p-sold-out {
        opacity: 0.8;
    }

#quick-view-modal #p-buy-now {
    background: #ec1c24;
    border: 1px solid #ec1c24;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    width: 100%;
}

.page-not {
    padding: 30px;
}

    .page-not h2 {
        font-size: 28px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .page-not .subtext a {
        font-size: 15px;
    }
/*=========== end custom style ===============*/
/* responsive */
@media (min-width: 768px) {

    .per-voucher {
        display: inline-block;
        background: none;
        top: -1.1px;
    }

        .per-voucher:before {
            content: ' ';
            display: inline-block;
            background: url(../images/voucher-pr.png);
            background-size: 70% 70%;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            background-position: center center;
            background-color: #189eff;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 5px;
        }

    .p-l-sm-0 {
        padding-left: 0;
    }

    .p-r-sm-7-5 {
        padding-right: 7.5px;
    }

    .product-list .product-wrapper:nth-child(4n + 1) {
        padding-left: 0;
    }

    .product-list .product-wrapper:nth-child(4n + 2) {
        padding-left: 0;
    }

    .product-list .product-wrapper:nth-child(4n + 3) {
        padding-left: 0;
    }

    .product-list .product-wrapper:nth-child(4n + 4) {
        padding-left: 0;
    }

    #modal_login .modal-dialog, #modal_register .modal-dialog {
        width: 350px;
    }
}

@media (min-width: 992px) {
    #mobile-link {
        display: none;
    }

    #header_mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 15%;
        padding: 31px 26px 31px 6px;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        padding: 31px 6px 31px 26px;
        right: 15%;
    }

    #spbchsales .owl-pagination {
        display: none;
    }

    #spbchsales .product-block {
        border: 1px solid transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 10px;
        height: 370px;
        background: white;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
        box-shadow: 0 0 1px rgba(0,0,0,0);
        position: relative;
    }

    #cart-users .input_qty_pr {
        margin-top: 25% !important;
    }

    #cart-users .total-resp {
        font-family: 'BAOMOI_GDI';
        font-size: 20px;
        font-weight: 400;
        line-height: 110px;
    }

    .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        height: 202px;
        overflow: hidden;
        text-align: center;
    }

    .login-u-s-as {
        display: block;
        margin: 0 auto;
        float: unset;
        margin-bottom: 20px;
    }

    .container {
        width: 1200px;
    }

    .content-product-list > .col-5th {
        width: 20%;
        padding: 0 10px;
    }

    #product #service .service_hotline .description_icon .large-text, #product #service .service_item .description_icon .large-text {
        font-size: 13px;
    }

    #product #service .service_hotline .description_icon .small-text, #product #service .service_item .description_icon .small-text {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .mega-menu {
        width: 700px !important;
    }

    .nav-column {
        padding: 1.5% !important;
        width: 26% !important;
    }

    #service_home .icon.icon_product {
        display: block;
    }

    .list-process li:nth-child(odd) .img-gt {
        top: 65px !important;
    }

    .list-process li:nth-child(even) .img-gt {
        margin-top: 65px;
    }

    #product #service .service_hotline {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-center-sm {
        text-align: center;
    }

    .dis-block-sm {
        display: block;
    }

    .dis-inline-sm {
        display: inline-block;
    }

    .navbar-main, #header_main {
        display: none;
    }

    #header_mobile .navbar-toggle {
        background: transparent;
        border-color: transparent;
        float: left;
        margin: 8px;
        margin-top: 30px;
        display: block;
    }

        #header_mobile .navbar-toggle .icon-bar {
            background-color: #333;
        }

    .mobile-menu-icon-wrapper {
        width: calc(100% - 65px);
    }

    #header_mobile #cart-target {
        width: 60px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
    }

    #header_mobile #cart-target {
        position: relative;
    }

    #header_mobile .box_text {
        position: absolute;
        /* background: red; */
        color: #fff;
        padding: 2px 8px;
        font-size: 11px;
        right: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        top: -16px;
    }

        #header_mobile .box_text span {
            color: #000;
        }

    .logo-mobile {
        width: calc(100% - 85px);
        display: inline-block;
        text-align: center;
        float: left;
        padding: 12px 0px;
    }

        .logo-mobile img {
            max-height: 90px;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    #service_home .icon {
        margin-right: 10px;
    }

        #service_home .icon img {
            width: 35px;
            height: 35px;
        }

    span.large-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar{display:none!important}

.button-zalo {
    position: fixed;
    left: 10px!important;
right:unset;
    bottom: 17px!important;
    cursor: pointer;
}
#cart h4 {
    font-size: 27px;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}
    .product-block .product-image {
        min-height: 145px;
        max-height: 180px;
        overflow: hidden !important;
    }

    #spbch .owl-controls {
        display: none !important;
    }

    #btnquaylai {
        background: none;
        float: left;
        color: #e7ae05;
        border: 0;
        font-weight: bold;
        padding: 10px 15px;
    }

    #btnpayment1 {
        background: #ebbc14;
        color: white;
        border: 2px solid transparent;
        padding: 7px 15px;
        font-size: 14px;
        margin-left: 0 !important;
        font-weight: bold;
        border-radius: 20px;
    }

    .add-to-cart-2 {
        border: 1px solid #e12d2c;
        background: #e12d2c;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        height: 45px;
        width: 100% !important;
        line-height: 45px;
        width: 100% !important;
        text-transform: uppercase;
    }

    .user_box:before {
        right: 24px !important;
    }

    .cart_header_top_box, .user_box {
        z-index: 9999;
    }

    #spbc-mobile .product-block {
        height: auto !important;
        overflow: hidden;
    }

    #spbch .product-block {
        height: auto !important;
        overflow: hidden;
    }

    .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        overflow: hidden;
        text-align: center;
        height: auto !important;
    }

    #mota table {
        width: 100% !important;
    }

    #mota td {
        width: auto !important;
        display: block;
    }

    #mota th {
        width: auto !important;
    }

    .user_login {
        margin-top: 28px;
        margin-left: 20px;
        margin-right: unset;
        float: left;
        display: inline-block;
        width: 50px;
        padding-top: 2px;
    }

    .user_login_icon {
        color: #000;
        width: 40px;
        vertical-align: top;
        margin-right: 5px;
        min-height: 40px;
        background: url(../images/user-icon.png) no-repeat 0px;
        background-size: 100% 100%;
        display: inline-block;
    }

    .popup-buyform .infomation_adress {
        float: left;
        width: 100%;
        padding: 10px 5px !important;
    }

    #btneditcart {
        display: none;
    }

    #btnorder {
        padding: 5px !important;
        background: #e12d2c;
        color: white;
    }

    #btncancelorder {
        padding: 5px !important;
        background: black;
        color: white;
    }

    #btncontinue {
        padding: 5px 1px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    #btnbuys {
        padding: 5px 1px;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    #products-agent .product-name {
        font-size: 16px;
    }

    #products-agent .block-not-promotion .item-price {
        font-size: 14px;
        line-height: 99px;
        font-family: 'BAOMOI_GDI';
        font-weight: 400 !important;
    }

    .d_page b {
        background-color: #e12d2c;
        float: left;
        border-color: #e12d2c;
        color: #fff;
        margin-top: 2px;
        margin-right: 2px;
        padding: 11px 17px 11px 16px !important;
    }

    .d_page a {
        margin: 2.5px;
        background: #fff;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px 16px;
        font-size: 1em;
        color: #252525;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        text-decoration: none;
    }

    #lk_search1 {
        width: 20%;
        text-align: center;
        padding: 0;
    }

    .per-voucher {
        display: inline-block;
        top: -1px;
        background: none;
    }

    .tooltip {
        position: relative !important;
        width: 100% !important;
        top: -27px !important;
        opacity: 1;
    }

        .tooltip .tooltiptext {
            visibility: visible !important;
            display: block;
            opacity: 1;
            left: 0 !important;
            position: relative !important;
            z-index: 99999 !important;
        }

    #spbc .product-block {
        border: 1px solid transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: white;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
        height: 295px;
        box-shadow: 0 0 1px rgba(0,0,0,0);
        position: relative;
    }

    .list_product_related .owl-prev {
        display: none;
    }

    .list_product_related .owl-next {
        display: none;
    }

    .pro-price {
        font-weight: bold;
        color: #EC1C24;
        padding-right: 8px;
        font-size: 10px;
    }

    .product-block .product-info .pro-prices .pro-compare-price {
        color: #898989;
        font-size: 10px;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }

    .dis-block-xs {
        display: block;
    }

    .dis-inline-xs {
        display: inline-block;
    }

    .p-d-0-xs {
        padding: 0;
    }

    .m-b-xs-10 {
        margin-bottom: 10px;
    }

    .p-r-xs-0 {
        padding-right: 0;
    }

    .p-l-xs-0 {
        padding-left: 0;
    }

    .p-l-xs-7-5 {
        padding-left: 7.5px;
    }

    #header_mobile .navbar-toggle {
        margin: 30px 0 0;
    }

    #header_mobile .dmsp.navbar-toggle {
        margin: 7px 0;
    }

    .mobile-menu-icon-wrapper {
        width: calc(100% - 60px);
    }

    #header_mobile #cart-target {
        width: 50px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 30px;
    }

    #header_mobile .logo-mobile {
        width: calc(100% - 147px);
    }

    #product .nav-tabs > li {
        width: 100%;
        margin-bottom: 0;
    }

        #product .nav-tabs > li > a {
            border: 1px solid #ddd;
            border-bottom: 0;
        }

        #product .nav-tabs > li.active > a {
            border-top-color: #e12d2c;
        }

    #filterleft {
        padding-left: 0;
        padding-right: 0;
    }

    #collection .page_heading {
        margin-top: 10px;
    }

    #cart .cpro_item {
        border-bottom: 1px solid #e5e5e5;
        /* padding: 10px 0; */
    }

    #cart .item-title {
        text-align: center;
    }

    #cart .item-one-price, #cart .item-price {
        font-size: 18px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {

    .product-list .product-wrapper:nth-child(4n + 1) {
        padding-left: 0;
        padding-right: 7.5px;
    }

    .product-list .product-wrapper:nth-child(4n + 2) {
        padding-right: 0;
        padding-left: 7.5px;
    }

    .product-list .product-wrapper:nth-child(4n + 3) {
        padding-left: 0;
        padding-right: 7.5px;
    }

    .product-list .product-wrapper:nth-child(4n + 4) {
        padding-right: 0;
        padding-left: 7.5px;
    }
}

@media (max-width: 579px) and (min-width: 480px) {
    #service_home .icon {
        margin-right: 5px;
    }

        #service_home .icon img {
            width: 40px;
            height: 40px;
        }

    span.large-text {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .text-left-xxs {
        text-align: left;
    }

    .text-right-xxs {
        text-align: right;
    }

    .text-center-xxs {
        text-align: center;
    }

    .dis-block-xxs {
        display: block;
    }

    .dis-inline-xxs {
        display: inline-block;
    }

    .m-t-xxs-20 {
        margin-top: 20px;
    }

    .p-r-xxs-0 {
        padding-right: 0;
    }

    .p-l-xxs-0 {
        padding-left: 0;
    }
}

td {
    /* border: 1px solid #333; */
    /* text-align: center; */
}

/*huong dan mua hang*/
.maudo .panel-body {
    background: #fcc82b;
}

.mauxanhduong .panel-body {
    background: #e12d2c;
}

.mauvang .panel-body {
    background: #FCC82B;
}

.mauxanh .panel-body {
    background: #e12d2c;
}

.panel {
    border: none;
    border-radius: 0;
    box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.44);
}

.maudo {
    border-bottom: 10px solid #FCC82B;
}

.mauxanhduong {
    border-bottom: 10px solid #e12d2c;
}

.mauvang {
    border-bottom: 10px solid #FCC82B;
}

.mauxanh {
    border-bottom: 10px solid #e12d2c;
}

    .maudo .panel-body, .mauxanhduong .panel-body, .mauvang .panel-body, .mauxanh .panel-body {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        text-align: center;
    }

.panel-footer {
    text-align: center;
    min-height: 265px;
    padding: 10px 45px;
    background: transparent;
}

    .panel-footer img:hover {
        transform: rotate3d(0, 0, 1, 13deg);
    }

.maudo .panel-footer h5 {
    color: #fcc82b;
}

.mauxanhduong .panel-footer h5 {
    color: #e12d2c;
}

.mauvang .panel-footer h5 {
    color: #FCC82B;
}

.mauxanh .panel-footer h5 {
    color: #e12d2c;
}

.panel-footer h5 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 2;
}

.panel-footer p {
    text-align: justify;
    font-weight: normal;
}

span.count {
    font-size: 50px;
    font-weight: 700;
}

span.dv {
    font-size: 50px;
    font-weight: 700;
}

.coutdown {
    border-right: 1px dashed #fff;
    color: #fff;
}

.panel a {
    text-decoration: none;
    color: #333;
}

.product-block:hover {
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.owl-item .product-block:hover {
    box-shadow: none;
}
/*gioi thieu*/
.process-title {
    margin: 0 auto;
    text-align: center;
}

    .process-title h2 {
        text-transform: uppercase;
        font-size: 30px;
        color: #000;
        margin: 50px 0 20px;
    }

    .process-title p {
        font-size: 18px;
        text-transform: uppercase;
    }

.list-process {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .list-process li {
        position: relative;
        list-style: none;
        width: 100%;
        float: left;
    }

        .list-process li .list-process-detail {
            width: 50%;
            clear: left;
            text-align: left;
            padding-right: 25px;
            border-right: 1px dotted #d1d1d1;
            position: relative;
        }

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.list-step {
    color: #fff;
    width: 70px;
    height: 70px;
    float: left;
    background: #e12d2c;
    text-align: center;
    padding: 12px;
    border-radius: 100%;
    text-transform: uppercase;
    margin-top: 13px;
    font-weight: bold;
}

.list-step-info {
    float: none;
    display: block;
    padding: 0 0 0 15px;
    overflow: hidden;
}

.list-process li .list-process-detail::after {
    position: absolute;
    background: url(http://file.hstatic.net/1000201594/file/hinhtron.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    top: 4px;
    content: "";
    width: 30px;
    height: 30px;
    right: -16px;
}

.list-step-info h3 {
    font-size: 24px;
    color: #000;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-step-info p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}

.list-process li:nth-child(even) .list-process-detail {
    float: right;
    padding-left: 25px;
    border-right: 0;
    border-left: 1px dotted #d1d1d1;
}

    .list-process li:nth-child(even) .list-process-detail::after {
        left: -16px;
    }

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
    .img-gt {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    #mota img {
        width: auto !important;
        height: auto !important;
        margin-bottom: 5px;
    }

    #mota input {
        width: auto !important;
        height: auto !important;
        margin-bottom: 5px;
    }

    #mota div {
        max-width: 100% !important;
        height: auto !important
    }

    #mota strong {
        max-width: 100% !important;
        height: auto !important
    }

    #mota span {
        max-width: 100% !important;
        height: auto !important
    }

    #mota p {
        max-width: 100% !important;
        height: auto !important
    }

    #mota input {
        max-width: 100% !important;
        height: auto !important
    }

    .per-voucher {
        display: inline-block !important;
        top: -1px !important;
        background: none !important;
    }

    .per-voucher {
        background: #189eff;
        border-radius: 10px;
        padding: 1px 7px;
        padding-left: 0;
        padding-right: 10px;
        height: 26px;
        margin-top: 0;
        margin-bottom: 12px;
        color: #fff;
        display: block;
        padding: 0 !important;
        font-weight: 600;
        margin: 0 auto;
        position: relative !important;
        right: 10px;
        z-index: 1;
        max-width: 220px;
        left: 0;
        top: 8px !important;
        font-size: 11px;
    }

        .per-voucher:before {
            content: ' ';
            display: block !important;
            background: url(img/bigsale.png) no-repeat center;
            width: 24px;
            height: 25px !important;
            background-size: 100% 100%;
            vertical-align: middle;
            position: relative;
            margin-right: 0;
            /* top: 0; */
            padding: 11px 5px;
            text-indent: -9999px;
        }

    .list-process li .list-process-detail {
        width: 100%;
        padding-right: 25px;
        border-right: 0;
    }

    .list-process li:nth-child(even) .list-process-detail {
        padding-left: 0;
        border-right: 0;
        border-left: none;
    }
}

@media screen and (max-width: 900px) {
    .list-process li .list-process-detail::after {
        display: none;
    }

    .list-step-info {
        float: none;
        display: block;
        padding: 0 0 15px 15px;
    }
}

@media screen and (max-width: 480px) {
    .list-step-info h3 {
        text-align: center;
    }

    @media screen and (max-width: 320px) {
        .browse-tags {
            font-size: 13px;
        }

        .product-list .product-wrapper {
            min-height: 240px;
        }

        .list-step-info h3 {
            font-size: 20px;
        }
    }

    .list-process li .list-process-detail {
        padding-right: 0;
    }

    .process-title p {
        font-size: 16px;
    }

    .process-title {
        width: 100%;
    }

        .process-title h2 {
            font-size: 21px;
        }

    .list-step {
        float: none;
        margin: 0 auto;
    }

    .list-step-info {
        padding: 10px;
    }
}

.img-gt {
    width: 47%;
    margin-top: 13px;
}

.list-process li:nth-child(odd) .img-gt {
    position: absolute;
    right: 0;
    top: 0;
}
/*megamenu*/
/* mini reset */
.nav,
.nav a,
.nav form,
.nav input,
.nav li,
.nav ul {
    border: none;
    margin: 0;
    padding: 0;
}

    .nav a {
        text-decoration: none;
    }

    .nav li {
        list-style: none;
    }

/* menu container */
.nav,
input {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.nav {
    cursor: default;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    /* menu list */
    .nav > li {
        float: left;
        top: 9px;
        z-index: -1;
    }

        /* menu links */
        .nav > li > a {
            color: #5f5f5f;
            display: block;
            font-weight: bold;
            line-height: 1.5;
            padding: 5px 22px;
            font-size: 15px;
            position: relative;
            transition: all .3s ease;
            z-index: 510;
            text-transform: uppercase;
        }

            .nav > li > a:focus,
            .nav > li:hover > a {
                color: #e12d2c;
            }

        .nav > li:first-child > a {
            border-left: none;
        }

/* menu dropdown */
.mega-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 950px;
    left: -283px;
}

li:hover > .mega-menu {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

img.icon-menu {
    height: 17px !important;
    width: 40px !important;
}
/* menu content */
.nav-column {
    float: left;
    padding: 2.5%;
    width: 25%;
}

    .nav-column a {
        color: #888;
        display: block;
        font-weight: bold;
        line-height: 1.75;
    }

        .nav-column a:hover {
            color: #e12d2c;
        }

h3 {
    color: #372f2b;
    font-size: .95em;
    font-weight: bold;
    position: relative;
    line-height: 1.15;
    margin: 1.25em 0 .75em;
    text-transform: uppercase;
}

.highlight {
    color: #e12d2c;
}

.menu_hori .c3 {
    box-shadow: none;
    background: #fff;
    color: #333;
    width: 200px;
    display: inherit;
    position: relative;
}

.nav > li > a.active {
    color: #e12d2c;
}

a.btn.btn-danger {
    padding: 15px 58px;
    text-transform: uppercase;
    font-size: 17px;
}

.btn-primary {
    color: #fff;
    background-color: #e12d2c;
    border-color: #e12d2c;
}

@media (min-width:768px) {
    .fixheight {
        height: 330px;
    }
}

ul.navbar-nav.danhmucsanpham {
    padding: 0 12px;
}

    ul.navbar-nav.danhmucsanpham li {
        padding: 8px 0;
    }

.dmspmb .navbar-header {
    background: #e12d2c;
}

.dmspmb .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.dmspmb .navbar-brand {
    color: #fff;
    float: none;
    height: 50px;
    padding: 16px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    display: block;
}

.dmspmb {
    margin-bottom: 13px;
}

.caret {
    position: absolute;
    right: 0;
    top: 10px;
    border-top: 7px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.blog_item_image.text-center.size {
    width: 160px;
}

d_page {
    float: left;
    width: 100%;
    text-align: center;
}

.d_page b {
    background-color: #e12d2c;
    border-color: #e12d2c;
    color: #fff;
    padding: 11px 14px 11px 16px;
}

.d_page a {
    margin: 2.5px;
    background: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 1em;
    color: #252525;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    text-decoration: none;
}

    .d_page a:hover {
        background-color: #e12d2c;
        border-color: #e12d2c;
        color: #fff;
    }

input.button.btn_minus.minus.b-r-0, input.button.btn_plus.plus.b-l-0 {
    text-align: center;
}

input#btnsend {
    margin-bottom: 20px;
}

div#col-right {
    margin-top: -20px;
}

p.c_mess {
    color: red;
}

p.tool_cart {
    margin-top: 10px;
    margin-left: -7px;
}

label.lbl-rado {
    margin-top: 5px;
}

.comebacks {
    background: #26a9e0;
    color: #fff;
}

span.input-group-btn {
    background: #e12d2c;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    color: white;
    top: 0px;
    height: 50px;
}

i.fa.fa-search {
    color: #fff;
}

i.fa.fa-times {
    margin-left: 30px;
}

h1.page_heading-search {
    margin: 20px 0px;
}

@media(min-width: 360px) and (max-width: 767px) {
    .product_list.grid .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        height: 195px;
        overflow: hidden;
        text-align: center;
    }

    .product_list .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        height: 352px;
        overflow: hidden;
        text-align: center;
    }

    img.icon-menu {
        margin-right: 10px;
    }

    .blog_item_image.text-center.size {
        width: 35%;
        margin-top: 7px;
    }

    input[type="submit"] {
        width: 48.3333%;
        padding: 0 50px;
    }
    /*#btneditcart,#btnorder,#btncancelorder
    {
        width:32.333%;
        padding:0 10px;
    }*/
    i.fa.fa-times {
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    input#btneditcart, input#btnorder, input#btncancelorder {
        width: 32.333%;
        padding: 0 10px;
    }
}

.pro-price .dvtt {
    display: unset !important;
    color: red;
}

.pro-price .pro-price span {
    color: red !important;
}

#blog_related .blog_item .blog_item_content time {
    color: red;
    font-size: 16px;
}

.search_form .st-default-search-input {
    line-height: 40px;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 12px;
    width: 100%;
}

.search_form #lk_search {
    color: white;
    line-height: 50px;
    font-size: 20px;
}

.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-social-icon, .login-form .btn-social, .login-form .btn-social-icon {
    text-align: center;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,.2);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,.2);
}

.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1199px) {
    .h_recover {
        text-align: center;
    }

    .social-login {
        padding-top: 33px;
    }

    .btn-block {
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.btn-social-icon > :first-child, .btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
    height: 39px;
    padding-top: 3px;
}

.btn-social-icon > :first-child, .btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
    height: 39px;
    padding-top: 3px;
}

.btn-facebook:hover {
    background: #23345a;
    color: white !important;
}

.btn-google:hover {
    color: white !important;
    background: #a32b1c;
}

.messerror {
    MARGIN-LEFT: -8PX;
    MARGIN-BOTTOM: 10PX;
    display: block;
}

.tttv { /* font-weight: bold; */
    font-size: 22px;
}

.tttv-control {
}

    .tttv-control li {
        position: relative;
        padding-left: 11px;
        margin-bottom: 5px;
    }

        .tttv-control li:before {
            position: absolute;
            content: "\f101";
            font-family: FontAwesome;
            left: 13px;
            font-size: 14px;
            top: 6px;
            color: #cd0f0f;
        }

    .tttv-control line:hover {
    }

    .tttv-control a {
        font-weight: 600;
    }

        .tttv-control a:hover {
        }

.wrap_background_aside {
    display: block;
    padding: 0px;
    background: #fff;
    width: 100%;
    float: left;
}

.header-cart {
    display: block;
    float: left;
    width: 100%;
}

.main-container .col-main {
    float: none;
    width: auto;
}

.pd-right {
    padding-left: 0px;
}

.main-container .col-main .cart .bg-scroll {
    overflow: hidden;
    border-top: none;
    border-bottom: none;
}

    .main-container .col-main .cart .bg-scroll .cart-thead {
        font-weight: 500;
        font-size: 13px;
        clear: both;
        width: 100%;
        float: left;
        border-bottom: solid 1px #eaebf3;
        min-width: 600px;
    }

.style-tool-user {
}

    .style-tool-user .tttv {
        background: #e12d2c;
        text-transform: uppercase;
        color: white;
        font-size: 22px;
        padding: 15px 10px 15px 11px;
        margin-bottom: 0;
    }

    .style-tool-user .tttv-control {
        border: 1px solid #c2c1c1;
        padding: 3px px 10px;
        float: left;
        width: 100%;
    }

        .style-tool-user .tttv-control li {
            padding: 5px 0 6px 24px;
            border-bottom: 1px solid #c2c1c1;
            float: left;
            width: 100%;
            margin-bottom: 0;
        }

            .style-tool-user .tttv-control li:hover {
            }

        .style-tool-user .tttv-control a {
        }

            .style-tool-user .tttv-control a:hover {
            }

.product_agent-add {
    background: #e12d2c;
    color: white;
    font-size: 14px;
    margin-top: 38px;
    width: 101px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 5px 4px;
    border: 1px solid transparent;
}

    .product_agent-add:hover {
        color: white;
    }

.row-star-rating {
    padding: 10px 0;
}

    .row-star-rating label {
        float: left;
        margin-right: 10px;
        line-height: 35px;
    }

.list_start {
    float: left;
    padding: 9px 10px;
}

#msg_star {
    color: #ff0000;
    text-align: left;
    float: left;
}

.star {
    background-image: url(../images/star.png);
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1;
}

.tmp_fs {
    background-position: left -40px;
}

.fullStar {
    background-position: left -59px;
}

.commentlist {
    padding: 0px;
    margin-top: 10px;
    padding-left: 10px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.comment-body {
    display: block;
    margin-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    .comment-body p {
        margin-bottom: 5px;
    }

.cname {
    text-transform: uppercase;
    font-weight: bold !important;
    float: left;
    margin-right: 8px;
    line-height: 19px;
}

.comment-ct {
    clear: both;
    color: #787878;
}

.comment-ft {
    margin-bottom: 10px;
}

    .comment-ft a {
        padding-right: 10px;
        display: inline-block;
    }

.pseudo, a {
    /* color: #fba026; */
    text-decoration: none;
}

.tmcm {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
    display: inline-block;
}

.comment ul {
    padding-left: 10px;
}

.btn-zalo {
    color: #fff;
    background-color: #00acd4;
    border-color: rgba(0,0,0,.2);
}

.icon-wrap {
    padding-top: 0;
}

.icon-zalo {
    background: url(../images/icon-zalo.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-top: 3px;
    float: left;
}

.aadres_t {
    margin-top: 35px;
    float: left;
    width: 100%;
}

    .aadres_t span {
        font-size: 14px;
        font-weight: 500;
        float: left;
    }

    .aadres_t .groupradi {
        float: left;
        width: auto;
    }

.groupradi {
    float: left;
}

    .groupradi .checkcontainer {
        display: block;
        position: relative;
        float: left;
        margin-bottom: 12px;
        font-weight: 600;
        cursor: pointer;
        height: 26px;
        font-size: 13.97px;
        margin-left: 31px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.checkcontainer input[type=checkbox], input[type=radio] {
    margin: 4px 7px 0px;
    margin-top: 1px\9;
    float: right;
    line-height: normal;
}

.cartblock {
    background: url(../images/bgcttop.png) top left repeat-x #f8f8f8;
}

.lbl-shopping-cart-gio-hang.lbl-shopping-cart {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 50px 0px 50px 0px;
}

    .lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
    }

.shopping-cart .shopping-cart-table {
    margin-bottom: 10px;
}

.cart-col-thanhtoan3 {
    padding-bottom: 68px;
    float: left;
    width: 100%;
}

.fstep {
    margin-bottom: 30px;
}

.fstepstt {
    float: left;
    width: 35px;
    height: 35px;
    color: #fff;
    background: #d7d7d7;
    text-align: center;
    line-height: 35px;
    margin-top: 3px;
    margin-right: 14px;
    border-radius: 50%;
}

.fstepname {
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
}

.fsteplnk {
    float: right;
    margin-top: 8px;
    font-weight: 300;
}

    .fsteplnk a {
        color: #d5720f;
        font-size: 12px;
        font-weight: bold;
    }

.clear {
    clear: both;
}

.fstep {
    margin-bottom: 30px;
}

.cart-col-thanhtoan3 .infomation_adress {
}

.infomation_adress {
    padding: 0 22px 0 23px;
    background: #fafafa;
}

.cart-col-thanhtoan3 .infomation_adress h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.groupradi {
    float: left;
    width: 100%;
}

.section_content_pm {
    clear: both;
    display: none;
    margin: 10px 0px 30px 30px;
}

.cart-col-thanhtoan3 .groupradi .checkcontainer {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13.97px;
    margin-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.visa_master_img {
    float: left;
    margin-top: -11px;
    margin-left: 18px;
}

.section_content_pm {
    clear: both;
    display: none;
    margin: 10px 0px 30px 30px;
}

.leftcart {
    text-align: center;
}

.paytow_lef {
    padding: 0;
    padding-left: 60px;
    padding-right: 0px;
}

.formcust {
    padding: 0px 30px 0 30px;
}

.paytow_lef h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 37px;
}

.list-cart-item {
    margin: 0;
    max-height: 10%;
    overflow-y: auto;
    margin-bottom: 17px;
    border-bottom: 1px solid #e1e1e1;
}

    .list-cart-item .item {
        width: 100%;
        overflow: hidden;
        border-bottom: 0;
        padding: 0;
        clear: both;
        margin-bottom: 25px;
        position: relative;
    }

        .list-cart-item .item .item-image {
            display: inline-block;
            float: left;
            margin-top: 3px;
            border: 0;
        }

            .list-cart-item .item .item-image img {
                max-width: 83px;
                width: 83px;
                height: 83px;
                max-height: 120px;
                border: 1px solid #f2f2f2;
            }

        .list-cart-item .item .cart-item-info {
            width: calc(100% - 83px);
            float: left;
            text-align: left;
            padding-top: 3px;
            padding-left: 26px;
            word-break: break-word;
        }

            .list-cart-item .item .cart-item-info .item-name {
                font-size: 14px;
                color: #222;
                margin-bottom: 5px;
                color: black;
                font-weight: 600;
                line-height: 15px;
                text-transform: uppercase;
                padding-right: 20px;
                margin-top: 15px;
                border: 0;
                padding-bottom: 0;
            }

            .list-cart-item .item .cart-item-info .item-key {
                font-size: 13px;
                color: #c21212;
                border: 0;
                line-height: 16px;
                margin-top: 8px;
                font-weight: 500;
                padding-bottom: 0;
                margin-bottom: 0px;
            }

            .list-cart-item .item .cart-item-info .item-size {
                font-size: 12px;
                color: black;
                border: 0;
                line-height: 16px;
                margin-top: 0;
                font-weight: 500;
                padding-bottom: 0;
                margin-bottom: 0px;
            }

            .list-cart-item .item .cart-item-info .item-quanti {
                font-size: 12px;
                color: #49463f;
                border: 0;
                line-height: 16px;
                margin-top: 4px;
                font-weight: 500;
                padding-bottom: 0;
                margin-bottom: 0px;
            }

            .list-cart-item .item .cart-item-info .item-price {
                font-size: 12px;
                color: black;
                border: 0;
                margin-top: 0;
                line-height: 16px;
                font-weight: 700;
                padding-bottom: 0;
                margin-bottom: 0px;
            }

.summary {
    clear: both;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 17px;
}

    .summary span.ghr {
        color: black;
        font-size: 14px;
        display: inline-block;
        float: right;
    }

.summary2 {
    clear: both;
    color: #222;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding-left: 0;
    padding-top: 5px;
    margin-bottom: 16px;
}

    .summary2 span.ghr {
        color: black;
        font-size: 14px;
        display: inline-block;
        float: right;
        font-weight: bold;
    }

.summary2 {
    clear: both;
    color: #222;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding-left: 0;
    padding-top: 5px;
    margin-bottom: 16px;
}

    .summary2 span.ghr {
        color: black;
        font-size: 14px;
        display: inline-block;
        float: right;
        font-weight: bold;
    }

.stpcur {
    background: #897358 !important;
}

.stepnum {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #d7d7d7;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.step {
    display: block;
    margin-top: 40px;
    width: 215px;
    margin: 40px auto;
}

.stepseperator {
    width: 54px;
    display: inline-block;
    padding: 0px 12px;
    line-height: 35px;
    height: 35px;
    position: relative;
    float: left;
}

.stpcur {
    background: #e12d2c !important;
}

.stepseperator i {
    height: 1px;
    width: 30px;
    background: #ccc;
    top: 18px;
    position: absolute;
}

#btnpayment1 {
    background: #ebbc14;
    color: white;
    border: 2px solid transparent;
    padding: 7px 15px;
    font-size: 14px;
    margin-left: 24px;
    font-weight: bold;
    border-radius: 20px;
}

    #btnpayment1:hover {
        border: 2px solid #ebbc14;
        color: #ebbc14;
        background: white;
    }

.cart_detail {
    border: 1px solid #ddd;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 20px;
}

    .cart_detail .table {
        margin-bottom: 0;
    }

.field__input {
    margin-bottom: 15px;
}

.cartblock .checkcontainer input[type=checkbox], input[type=radio] {
    margin: 4px 7px 0px;
    margin-top: 1px\9;
    float: left;
    line-height: normal;
}

.cartblock .cart-col-thanhtoan3 .groupradi .checkcontainer {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13.97px;
    margin-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#blockss .summary2 {
    clear: both;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
    text-align: center !important;
    padding-top: 5px;
    margin-bottom: 17px;
}

#blockss .summary {
    clear: both;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
    text-align: center !important;
    padding-top: 9px;
    margin-bottom: 0;
}

.block-agen {
    border: 1px solid #d1d0d0;
    padding: 0;
}

    .block-agen .summary2 {
        border-bottom: 1px solid #d1d0d0;
        padding-bottom: 5px;
        padding: 10px 7px;
    }

    .block-agen .summary {
        border-bottom: 1px solid #d1d0d0;
        padding-bottom: 5px;
        padding: 10px 7px;
    }

.filter-list {
}

    .filter-list label {
        margin-bottom: 5px;
    }

.popup-buyform {
}

    .popup-buyform .infomation_adress {
        padding-top: 5px !important;
        background: white;
        width: 100%;
    }

    .popup-buyform .groupradi .checkcontainer {
        margin-left: 0;
    }

.aadres_t {
}

.btn-zalo:hover {
    color: white !important;
    background-color: #0e89a5;
}

.no-active-v {
    background: url(../images/icon-small-voucher.png) 8px 6px no-repeat #979797 !important;
}

.voucher-block {
    float: left;
    width: 100%;
    position: relative;
}

.opci {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff94;
    z-index: 999;
}

#result-v {
    font-size: 20px;
    font-weight: bold;
    color: #fe0525;
    font-family: 'BAOMOI_GDI';
}

#getsalev {
    font-family: 'BAOMOI_GDI';
    font-size: 20px;
    font-family: 'BAOMOI_GDI';
}

.btn-minus2 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

.btn-plus2 {
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.u-price2 {
    font-family: 'BAOMOI_GDI';
    float: right;
}

    .u-price2 .prnum {
        font-family: 'BAOMOI_GDI';
        font-size: 20px;
    }

.item-price .price-new {
    font-family: 'BAOMOI_GDI';
}

.block-agen .summary {
    padding-left: 15px !important;
}

.block-agen {
    margin-bottom: 20px;
}

#voucher-i-s-t {
    float: left;
    width: 100%;
}

.v-i-s {
    float: left;
    width: 25%;
    position: relative;
}

#voucher-i-s-t .voucher-items {
    float: left;
    width: 100%;
    padding: 4px;
    margin-bottom: 33px;
    height: 242px;
    border-radius: 5px;
    padding-bottom: 20px;
    box-shadow: none;
    border: 1px solid #eaeaea;
}

@media (min-width: 1199px) {
    .list-voucher #list-voucher .voucher-items {
        height: 360px;
    }
}

#btndoitien {
    border: 0;
    background: #fdd835;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px;
    border-radius: 6px;
}

    #btndoitien:hover {
        border: 1px solid #fdd835;
        background: transparent;
        color: black;
    }

#txtxu {
}

.login-now {
    color: #1717ff;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 7px;
}

.sum-pay-l {
    float: left;
    padding-top: 9px;
}

.opacis-v {
}

.type-sucess {
    background: #f9ffc7;
}

.type-no-sucess {
    background: #eeeeeb;
}

.pro-compare-price {
    color: #95908c !important;
}

    .pro-compare-price .dvtt {
        color: #95908c !important;
    }

#blog_menu {
    background: white;
}

.blog_wrap {
    background: white;
}

#blog_related {
    background: white;
}

.per-new {
    border-radius: 10px;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: -2px;
    z-index: 1;
    top: -5px;
    width: 53px;
    height: 57px;
    font-size: 11px;
    background: url(img/icon-new.png) no-repeat 0px 4px;
    background-size: 100%;
    text-indent: -9999px;
}

    .per-new:before {
        content: ' ';
        display: none;
        background: url(../images/star-pr.png);
        background-size: 50% 50%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #f13500;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 9px;
    }

.per-hot {
    border-radius: 10px;
    padding-left: 1px;
    padding-right: 18px;
    height: 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: -1px;
    z-index: 1;
    top: 0px;
    font-size: 11px;
    background: url(img/icon-hot.png) no-repeat 0px 1px;
    padding: 0;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
}

    .per-hot:before {
        content: ' ';
        display: inline-block;
        background: url(../images/flame-pr.png);
        background-size: 50% 50%;
        width: 55px;
        height: 55px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #f13500;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 9px;
    }

.per-sale {
    border-radius: 10px;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: -2px;
    z-index: 1;
    top: -5px;
    width: 53px;
    height: 57px;
    font-size: 11px;
    background: url(img/icon-sale.png) no-repeat 0px 4px;
    background-size: 100%;
    text-indent: -9999px;
}



.per-voucher {
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0.3px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}

    .per-voucher:before {
        content: ' ';
        display: inline-block;
        background: url(img/bigsale.png) no-repeat center;
        width: 24px;
        background-size: 100% 100%;
        height: 25.19px;
        vertical-align: middle;
        position: relative;
        margin-right: 0;
        top: 0;
        padding: 11px 5px;
        text-indent: -9999px;
    }

@media only screen and (min-width: 1200px) {
    .item-cart .prnum {
        font-size: 17px;
    }

    .item-cart .s_unit {
        font-size: 17px;
    }

    #spbc .product-block {
        border: 1px solid transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 371px;
        background: white;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
        box-shadow: 0 0 1px rgba(0,0,0,0);
        position: relative;
    }

    #spbch .product-block {
        border: 1px solid transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 10px;
        height: 370px;
        background: white;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
        box-shadow: 0 0 1px rgba(0,0,0,0);
        position: relative;
    }

    .fixheight {
        height: 375px !important;
    }

    .price-sales-m {
        float: unset;
        width: 45px;
        display: block;
        margin: 0 auto;
    }

    .block-promotion .item-price .price-old {
        font-family: 'BAOMOI-SEMIBOLD_GDI';
        font-size: 13px;
        margin-top: 5px;
        color: #ababab;
        text-decoration: line-through;
        float: unset;
        display: block;
    }

    .main-container .block-promotion .item-cart .input_qty_pr {
        height: auto;
        border-right: none;
        margin-top: 9% !important;
        padding: 5px 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 320px) {
    .fixheight {
        height: 320px;
    }

    .product-block {
        height: 380px;
    }
}

@media only screen and (max-width: 414px) {

    .product_list .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        height: 320px;
        overflow: hidden;
        text-align: center;
    }

    .fixheight {
        height: 308px;
    }

    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
        float: left;
        padding: 0px 0px 0px;
        line-height: 20px;
        vertical-align: top;
        height: 100px;
        padding-left: 0px;
    }



    .fixheight {
        height: 320px;
    }

    .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        overflow: hidden;
        text-align: center;
        height: 183px;
    }

    .pro-price {
        font-weight: bold;
        color: #EC1C24;
        padding-right: 0;
        font-size: 14px;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .description table {
        width: 100% !important
    }

    .description tr {
        width: 100% !important;
        float: left !important;
    }
}

@media only screen and (min-width: 415px) and(max-width:767px) {


    .product-block .product-info .pro-name a {
        font-size: 14px;
        overflow: hidden;
        padding: 0 37px;
        text-overflow: ellipsis;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: normal;
    }

    .product_list .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        height: 246px;
        overflow: hidden;
        text-align: center;
    }

    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
        float: left;
        padding: 0px 0px 0px;
        line-height: 20px;
        vertical-align: top;
        height: 100px;
        padding-left: 0px;
    }

    .per-voucher:before {
        content: ' ';
        display: inline-block;
        background: url(../images/voucher-pr.png);
        background-size: 70% 70%;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #189eff;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

    .fixheight {
        height: 320px;
    }

    .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        overflow: hidden;
        text-align: center;
        height: 183px;
    }

    .pro-price {
        font-weight: bold;
        color: #EC1C24;
        padding-right: 0;
        font-size: 14px;
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 375px ) and (max-width: 413px) {
    #spbc-mobile .product-block {
        height: 305px;
        overflow: hidden;
    }

    #spbch .product-block {
        height: 305px;
        overflow: hidden;
    }

    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
        border: 1px solid #dedede;
        outline: none;
        background: transparent;
        height: 22px;
        margin-top: 5px;
        display: block;
        float: unset;
        margin: 0 auto;
        width: 100% !important;
        border-radius: 0;
        text-align: center;
        vertical-align: top;
        padding: 0;
        color: #0c0c0c;
        font-size: 13px;
        line-height: 22px;
    }

    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .number-sidebar {
        display: block;
        float: none;
        margin: 0 auto;
        border: 1px solid #dedede;
        height: 33px;
        font-size: 12px;
        width: 48px;
        border-right: 1px solid #dedede;
        vertical-align: top;
        margin-bottom: 5px;
        margin-top: 5px;
        left: 0;
        right: 0;
        min-height: 30px;
        padding: 0;
    }

    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
        float: left;
        padding: 0px 0px 0px;
        line-height: 20px;
        vertical-align: top;
        height: auto;
        padding-left: 0px;
    }

    .v-i-s {
        float: left;
        width: 50%;
        position: relative;
    }

    #voucher-i-s-t .voucher-items {
        float: left;
        width: 100%;
        padding: 4px;
        margin-bottom: 33px;
        height: 257px;
        border-radius: 5px;
        padding-bottom: 20px;
        box-shadow: none;
        border: 1px solid #eaeaea;
    }

    .price-sales-m .sale-lb {
        font-family: 'BAOMOI-SEMIBOLD_GDI';
        background: #ff9601;
        width: 44px;
        padding: 0 2px;
        height: 22px;
        text-align: center;
        border-radius: 5px;
        display: block;
        margin-top: 5px;
        margin: 0 auto;
        line-height: 22px;
        color: white;
        font: 14px;
    }


    .per-voucher {
        display: inline-block !important;
        top: -1px !important;
        background: none !important;
    }

    .per-voucher {
        background: #189eff;
        border-radius: 10px;
        padding: 1px 7px;
        padding-left: 0;
        padding-right: 10px;
        height: 26px;
        margin-top: 0;
        margin-bottom: 12px;
        color: #fff;
        display: block;
        padding: 0 !important;
        font-weight: 600;
        margin: 0 auto;
        position: relative !important;
        right: 10px;
        z-index: 1;
        max-width: 220px;
        left: 0;
        top: 8px !important;
        font-size: 11px;
    }

        .per-voucher:before {
            border-radius: 0;
            content: ' ';
            display: block !important;
            background: url(img/bigsale.png) no-repeat center;
            width: 24px;
            height: 25px !important;
            background-size: 100% 100%;
            vertical-align: middle;
            position: relative;
            margin-right: 0;
            /* top: 0; */
            padding: 11px 5px;
            text-indent: -9999px;
        }


    .fixheight {
        height: 300px !important;
    }

    .product-block .product-image {
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 0px;
        overflow: hidden;
        text-align: center;
        height: 165px;
    }

    .pro-price {
        font-weight: bold;
        color: #EC1C24;
        padding-right: 8px;
        font-size: 14px;
    }
}

.topssss .fixed {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}

.sub-l-2:hover .sub-menu3 {
    display: block !important;
}

.sub-menu3 {
    position: absolute;
    /* background: red; */
    max-width: 203px;
    display: none;
    right: -203px;
    border: 1px solid #eaeaea;
    top: -1px;
    z-index: 9999;
}

#spbc .owl-pagination {
    display: none !important
}

#spbch .owl-pagination {
    display: none !important
}

.mnvenderitem.selected {
    color: #e12d2c !important;
}

.fil-future {
    list-style-type: none;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tooltip {
    position: absolute;
    /* border-bottom: 1px dotted black; */
    width: 28px;
    height: 28px;
    top: -1px;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        min-width: 195px;
        background-color: #189eff;
        font-weight: bold;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        top: 1px;
        left: 30px;
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip:hover {
        opacity: 1
    }

@media screen and (min-width: 1500px) {
    #products-agent .input_qty_pr {
        width: auto !important;
        margin-top: 22% !important;
    }
}


.desc-size div {
    float: left;
    margin-right: 3px;
}

.product_info .per-voucher {
    display: block;
    max-width: 30px;
    position: relative !important;
    left: 0 !important;
}

.product-actionss {
    text-align: center;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 8px;
}

.btn_quickview a {
    background: url(img/eye.png) #367af7 no-repeat center;
    background-size: 97%;
    padding: 4.1px 12px;
    border-radius: 4px;
    text-indent: -9999px;
    margin-left: 3px;
}

.btn-add-to-cart a {
    background: url(img/shopping-cart.png) #367af7 no-repeat center;
    background-size: 85%;
    padding: 4.1px 12px;
    border-radius: 4px;
    text-indent: -9999px;
}

.per-voucher {
}


#btnquaylai {
    background: none;
    color: #e7ae05;
    border: 0;
    font-weight: bold;
    padding: 10px 15px;
}


/* Tooltip container */
.per-voucher {
    position: relative;
}

    /* Tooltip text */
    .per-voucher .tooltiptext {
        visibility: hidden;
        min-width: 163px;
        background-color: #ce0e0e;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        font-size: 12px;
        bottom: -32px;
        left: -61px;
        position: absolute;
        z-index: 99999;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .per-voucher:hover .tooltiptext {
        visibility: visible;
    }

#voucher-i-s-t {
    font-size: 17px;
    font-weight: bold;
    color: #fe0525;
    font-family: 'BAOMOI_GDI';
}


.tooltip-c {
    position: relative;
}

    .tooltip-c .tooltiptext {
        visibility: hidden;
        min-width: 163px;
        background-color: #ce0e0e;
        color: #fff;
        text-align: center;
        font-weight: bold;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        font-size: 12px;
        bottom: -32px;
        left: -57px;
        position: absolute;
        z-index: 99999;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip-c:hover .tooltiptext {
        visibility: visible;
    }

.tooltip-v {
    position: relative;
}

    .tooltip-v .tooltiptext {
        visibility: hidden;
        min-width: 163px;
        background-color: #ce0e0e;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        font-size: 12px;
        bottom: -32px;
        left: -60px;
        font-weight: bold;
        position: absolute;
        z-index: 99999;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip-v:hover .tooltiptext {
        visibility: visible;
    }

#lk_search {
    border: none;
    position: relative;
    background: none;
}

.input-group-btn:before {
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    content: "\f002";
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    top: 10px;
}

span.input-group-btn {
    background: #e12d2c;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    color: white;
    top: 0px;
    height: 50px;
    cursor: pointer;
}

#brand_owl .item {
    height: 65px;
    overflow: hidden;
}

    #brand_owl .item img {
        width: 100%;
    }

#brand_owl .item {
    border: 1px solid #ccc;
    margin: 0 5px;
}

.slider-nav {
    margin: 10px 0;
}

    .slider-nav .items {
        margin: 0 5px;
    }

    .slider-nav img {
        padding: 0px 0px;
        display: block;
        width: 100%;
        border: 1px solid #cacaca;
    }

    .slider-nav .slick-center img {
        border: 1px solid red !important;
    }


.icon-volums-status {
    position: relative;
    float: left;
    /* text-decoration: line-through; */
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 4px;
    padding-left: 30px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-weight: bold;
    color: #EC1C24;
}

    .icon-volums-status:before {
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        background: url(../images/volume-up.png) 0px 1px no-repeat;
        background-size: 100% 100%;
        top: 0;
        left: 0;
    }

.slider-for img {
    display: block;
    margin: 0 auto;
}

.add-to-cart-2 {
    border: 1px solid #e12d2c;
    background: #e12d2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
}

    .add-to-cart-2:hover {
        opacity: 0.8;
    }

.step .stepnum:hover {
    background: #e12d2c !important;
}

.maps_home {
    height: 220px;
    overflow: hidden;
}

    .maps_home iframe {
        height: 100%;
    }

@media (min-width: 1200px) {

    .spbch:hover .owl-buttons .owl-next {
        top: 46% !important;
        right: -1% !important;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .spbchsales:hover .owl-buttons .owl-next {
        top: 46% !important;
        right: -1% !important;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

#mota img {
    max-width: 100%;
}

#gal1 {
}

    #gal1 .items {
    }

    #gal1 .slick-track {
        transform: translate3d(-148px, 0px, 0px);
left: 0!important;
    }

.slick-list {
    padding: 0px !important;
}


.button-zalo {
    position: fixed;
    right: 19px;
    bottom: 87px;
    cursor: pointer;
}

#button-zalo-m {
}

.button-zalo-main {
}

.button-zalo:before, .button-zalo:before {
    left: 36px !important;
}

.button-zalo:before {
    background-color: #ff5d5d;
}

.button-zalo:before {
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 4;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.button-zalo-main {
    display: block;
    position: relative;
    z-index: 3;
    background: url(../images/stick_zalo.png) 0 0 no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.button-zalo em {
    position: absolute;
    top: 7px;
    left: 17px;
}


    .button-zalo em:before {
        -webkit-box-shadow: 0 0 8px 4px #ff5d5d;
        box-shadow: 0 0 8px 4px #ff5d5d;
    }

    .button-zalo em:after {
        -webkit-box-shadow: inset 0 0 6px 2px #ff5d5d;
        box-shadow: inset 0 0 6px 2px #ff5d5d;
    }

    .button-zalo em:after, .button-zalo em:before {
        position: absolute;
        left: -4px;
        top: 2px;
        content: "";
        width: 50px;
        height: 50px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-animation-name: Grow;
        -moz-animation-name: Grow;
        animation-name: Grow;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear;
    }
